object CreateHTMLDialog: TCreateHTMLDialog Left = 379 Top = 382 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Creating all HTML files:' ClientHeight = 154 ClientWidth = 411 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Label0: TLabel Left = 334 Top = 6 Width = 55 Height = 13 Caption = 'Page 1 of 5' end object ProgressLabel: TLabel Left = 192 Top = 76 Width = 23 Height = 14 Caption = '55 %' end object Label1: TLabel Left = 22 Top = 24 Width = 82 Height = 13 Caption = 'File 1224 of 2556' end object Label2: TLabel Left = 22 Top = 42 Width = 355 Height = 26 AutoSize = False Caption = 'PrintGalleryDialog (Unit 16.cpp)' WordWrap = True end object Label3: TLabel Left = 22 Top = 6 Width = 32 Height = 13 Caption = 'Label3' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object CancelBtn: TButton Left = 172 Top = 120 Width = 60 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 0 TabStop = False OnClick = CancelBtnClick end object ProgressBar1: TProgressBar Left = 24 Top = 94 Width = 361 Height = 16 Min = 0 Max = 100 Step = 1 TabOrder = 1 end end